home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / 68HC11assembler.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  4.4 KB  |  156 lines

  1. object TPersHolder
  2.   P.Name = '68HC11 Assembler'
  3.   P.Extensions.Strings = (
  4.     '68HC11 Assembler files (*.asm)|*.asm')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 9
  10.       FIIntNum = 3
  11.       FIFloatNum = 4
  12.       FIHexNum = 3
  13.       FIIdentifier = 5
  14.       UseComments = True
  15.       UseSingleLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UsePrefixedNumbers = True
  20.       UseIdentifiers = True
  21.       UseKeywords = True
  22.       BlockDelimiters = <>
  23.       SingleLineCommentDelimiters = <
  24.         item
  25.           FontID = 10
  26.           LeftDelimiter = ';'
  27.         end>
  28.       SingleLineStringDelimiters = <
  29.         item
  30.           FontID = 2
  31.           LeftDelimiter = '"'
  32.           RightDelimiter = '"'
  33.         end>
  34.       NumPrefixes = <
  35.         item
  36.           LeftDelimiter = '#'
  37.         end>
  38.       KeywordSets = <
  39.         item
  40.           FontID = 6
  41.           Name = 'Op codes'
  42.           Keywords = 
  43.             'ABA,ABX,ABY,ADCA,ADCB,ADDA,ADDB,ADDD,ANDA,ANDB,ASL,ASLD,ASR,BCC,' +
  44.             'BCLR,BCS,BEQ,BGE,BGT,BHI,BHS,BITA,BITB,BLE,BLO,BLS,BLT,BMI,BNE,B' +
  45.             'PL,BRA,BRCLR,BRN,BRSET,BSET,BSR,BVC,BVS,CBA,CLC,CLI,CLR,CLRA,CLR' +
  46.             'B,CLV,CMPA,CMPB,COM,COMA,COMB,CPD,CPX,CPY,DAA,DEC,DECA,DECB,DES,' +
  47.             'DEX,DEY,EORA,EORB,FDIV,IDIV,INC,INCA,INCB,INS,INX,INY,JMP,JSR,LD' +
  48.             'AA,LDAB,LDDD,LDS,LDX,LDY,LSL,LSLD,LSR,LSRD,MUL,NEG,NEGA,NEGB,NOP' +
  49.             ',ORAA,ORAB,PSHA,PSHB,PSHX,PSHY,PULA,PULB,PULX,PULY,ROL,ROR,RTI,R' +
  50.             'TS,SBA,SBCA,SBCB,SEC,SEI,SEV,STAA,STAB,STD,STOP,STS,STX,STY,SUBA' +
  51.             ',SUBB,SUBD,SWI,TAB,TAP,TBA,TEST,TPA,TST,TSTA,TSTB,TSX,TSY,TXS,TY' +
  52.             'S,WAI,XGDX,XGDY'
  53.         end
  54.         item
  55.           FontID = 7
  56.           Name = 'Registers'
  57.           Keywords = 
  58.             'A,ADCTL,ADR1,ADR2,ADR3,ADR4,B,BAUD,BPROT,CCR,CFORC,CONFIG,COPRST' +
  59.             ',D,DDRC,DDRD,EPROG,HPRIO,INIT,OC1D,OC1M,OPTION,PACNT,PACTL,PC,PI' +
  60.             'OC,PORTA,PORTB,PORTC,PORTCL,PORTD,PORTE,PPROG,SCCR1,SCCR2,SCDR,S' +
  61.             'CSR,SP,SPCR,SPDR,SPSR,TCLT2,TCNT,TCTL1,TEST1,TFLG1,TFLG2,TI4,TIC' +
  62.             '1,TIC2,TIC3,TMSK1,TMSK2,TO5,TOC1,TOC2,TOC3,TOC4,X,Y'
  63.         end
  64.         item
  65.           FontID = 8
  66.           Name = 'Directives'
  67.           Keywords = 'BSZ,END,EQU,FCB,FCC,FDB,FILL,ORG,RMB'
  68.         end>
  69.       FirstIdentChars = '%@-Z_a-z'
  70.       OtherIdentChars = '0-9?A-Z_a-z'
  71.     end>
  72.   P.FontTable = <
  73.     item
  74.       FontID = 2
  75.       GlobalAttrID = 'String'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clMaroon
  78.       Font.Height = -13
  79.       Font.Name = 'Courier New'
  80.       Font.Style = []
  81.     end
  82.     item
  83.       FontID = 3
  84.       GlobalAttrID = 'Integer'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clGreen
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = []
  90.     end
  91.     item
  92.       FontID = 4
  93.       GlobalAttrID = 'Float'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clGreen
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 5
  102.       GlobalAttrID = 'Identifier'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlack
  105.       Font.Height = -13
  106.       Font.Name = 'Courier New'
  107.       Font.Style = []
  108.     end
  109.     item
  110.       FontID = 6
  111.       GlobalAttrID = 'Reserved words'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlue
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = []
  117.     end
  118.     item
  119.       FontID = 7
  120.       GlobalAttrID = 'Script ResWord'
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clBlack
  123.       Font.Height = -13
  124.       Font.Name = 'Courier New'
  125.       Font.Style = [fsBold]
  126.     end
  127.     item
  128.       FontID = 8
  129.       GlobalAttrID = 'Defines'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clGreen
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = []
  135.     end
  136.     item
  137.       FontID = 9
  138.       GlobalAttrID = 'Plain Text'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clBlack
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = []
  144.     end
  145.     item
  146.       FontID = 10
  147.       GlobalAttrID = 'Comment'
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clGray
  150.       Font.Height = -13
  151.       Font.Name = 'Courier New'
  152.       Font.Style = [fsItalic]
  153.     end>
  154.   P.SyntaxVersion = 3
  155. end
  156.